PrintablesInRange(int, int)

Method

Namespace: Imagini.Fonts

Declared in: Imagini.Fonts.Symbols


Gets the printable characters in the specified unicode character range.

Syntax

public static ISet<char> PrintablesInRange(
	int start,
	int end
)

Back to index